Autogenerated HTML docs for v1.7.2.1-158-gbd3a97 
diff --git a/git-clean.html b/git-clean.html index 633c894..c3952e3 100644 --- a/git-clean.html +++ b/git-clean.html 
@@ -321,7 +321,7 @@  <h2>SYNOPSIS</h2>   <div class="sectionbody">   <div class="verseblock">  -<div class="content"><em>git clean</em> [-d] [-f] [-n] [-q] [-x | -X] [--] &lt;path&gt;&#8230;</div></div>  +<div class="content"><em>git clean</em> [-d] [-f] [-n] [-q] [-e &lt;pattern&gt;] [-x | -X] [--] &lt;path&gt;&#8230;</div></div>   </div>   <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">  @@ -383,6 +383,19 @@  </p>   </dd>   <dt>  +-e &lt;pattern&gt;  +</dt>  +<dt>  +--exclude=&lt;pattern&gt;  +</dt>  +<dd>  +<p>  + Specify special exceptions to not be cleaned. Each &lt;pattern&gt; is  + the same form as in $GIT_DIR/info/excludes and this option can be  + given multiple times.  +</p>  +</dd>  +<dt>   -x   </dt>   <dd>  @@ -414,7 +427,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-07-21 21:55:17 UTC  +Last updated 2010-08-18 22:14:47 UTC   </div>   </div>   </body>